HOME | ABOUT ME | CV | FINAL PROJECT

Interactive Map (filter by Common Name)

Distribution of Big Brown Bats

ggmap(p) +
  geom_density_2d(data = cb, aes(y=latitude, x=longitude), h = 2)

ggmap(p) +
  geom_density_2d(data = lbm, aes(y=latitude, x=longitude), h = 2)